Carbon


InvalRgn

Header: MacWindows.h Carbon status: Unsupported

void InvalRgn (
    RgnHandle badRgn
);
AVAILABILITY

Not supported in Carbon. Not available in Carbon.

CARBON NOTES

Calls InvalWindowRgn, which takes a window pointer as an additional parameter. Invalidation works on windows, not ports, and because windows are not ports in Carbon, this change is necessary.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)